home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Analisis.dll / 0 / RCDATA / TFRMAVISOCONEXION / TFRMAVISOCONEXION.txt < prev   
Text File  |  2008-07-17  |  2KB  |  101 lines

  1. object frmAvisoConexion: TfrmAvisoConexion
  2.   Left = 233
  3.   Top = 124
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   BorderWidth = 11
  7.   Caption = 'frmAvisoConexion'
  8.   ClientHeight = 186
  9.   ClientWidth = 427
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 49
  26.     Height = 186
  27.     Align = alLeft
  28.     BevelOuter = bvNone
  29.     ParentColor = True
  30.     TabOrder = 0
  31.     object PandaBrown1: TImage
  32.       Left = 0
  33.       Top = 0
  34.       Width = 32
  35.       Height = 32
  36.       Picture.Data = {<image000.bmp>}
  37.       Transparent = True
  38.     end
  39.   end
  40.   object Panel2: TPanel
  41.     Left = 49
  42.     Top = 0
  43.     Width = 378
  44.     Height = 186
  45.     Align = alClient
  46.     BevelOuter = bvNone
  47.     ParentColor = True
  48.     TabOrder = 1
  49.     object Bevel1: TBevel
  50.       Left = 0
  51.       Top = 13
  52.       Width = 370
  53.       Height = 20
  54.       Align = alTop
  55.       Constraints.MaxWidth = 370
  56.       Constraints.MinWidth = 370
  57.       Shape = bsSpacer
  58.     end
  59.     object lblDesc1: TLabel
  60.       Left = 0
  61.       Top = 0
  62.       Width = 370
  63.       Height = 13
  64.       Align = alTop
  65.       Caption = 'Descripcion 1'
  66.       Constraints.MaxWidth = 370
  67.       Constraints.MinWidth = 370
  68.       WordWrap = True
  69.     end
  70.     object lblDesc2: TLabel
  71.       Left = 0
  72.       Top = 33
  73.       Width = 370
  74.       Height = 13
  75.       Align = alTop
  76.       Caption = 'Descripcion 2'
  77.       Constraints.MaxWidth = 370
  78.       Constraints.MinWidth = 370
  79.       WordWrap = True
  80.     end
  81.     object chkNoPreguntar: TPlaCheckBox
  82.       Left = 6
  83.       Top = 162
  84.       Width = 99
  85.       Height = 16
  86.       Anchors = [akLeft, akBottom]
  87.       Caption = 'chkNoPreguntar'
  88.       TabOrder = 0
  89.     end
  90.     object btnOk: TPlaButton
  91.       Left = 294
  92.       Top = 162
  93.       Width = 70
  94.       Height = 21
  95.       Caption = 'btnOk'
  96.       TabOrder = 1
  97.       OnClick = btnOkClick
  98.     end
  99.   end
  100. end
  101.